home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / novedad / descent.bat next >
Encoding:
DOS Batch File  |  1994-01-05  |  443 b   |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo                               **  IMPORTANTE  **
  5. echo.
  6. echo  Este juego no puede ser ejecutado directamente sobre el CD-ROM. Necesita
  7. echo instalarse en el disco duro y ocupa 6 Mb.
  8. echo  Si quiere anular la instalación pulse ahora las teclas CONTROL y BREAK.
  9. echo  De lo contrario pulse una tecla cualquiera.
  10. echo.
  11. pause
  12. cd descent
  13. md c:\descent > nul
  14. copy *.* c:\descent > nul
  15. c:
  16. cd \descent
  17. setup
  18.  
  19.